XCreateSimpleWindow

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. Window function(Display* display, Window parent, int x, int y, uint width, uint height, uint border_width, ulong border, ulong background) XCreateSimpleWindow;
  2. Window XCreateSimpleWindow(Display* display, Window parent, int x, int y, uint width, uint height, uint border_width, ulong border, ulong background)
    version(X11 && !SharedX11)
    extern (C) nothrow @nogc __gshared extern
    XCreateSimpleWindow
    (,,
    int x
    ,
    int y
    ,
    uint width
    ,
    uint height
    ,,
    ulong border
    ,)

Meta